home *** CD-ROM | disk | FTP | other *** search
- Path: jupiter.planet.net!usenet
- From: Chris Kemp <chrisk@paladn.com>
- Newsgroups: comp.lang.c++
- Subject: NT DOS anomoly
- Date: 20 Feb 1996 04:32:10 GMT
- Organization: Paladin Consultants, Inc.
- Message-ID: <4gbisa$osc@jupiter.planet.net>
- NNTP-Posting-Host: denv30.planet.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 32bit)
-
- I have a program developing C++ 1.52 on an NT platform. The
- application will eventually be run on a dos platform, but I am
- doing the development in NT, then running the exe on the dos
- portion of NT.
-
- I am finding that simple things like strcat, and strcpy do not
- work as expected, then when I add a line like
- cout << the things that are screwed up
-
- everything works as expected.
-
- This is literally the case in several instances where the
- adding of a cout line to trace the problem has cured the
- situation.
-
- However, in the final product, I don't want the cout stuff,
- and was wondering if anyone else has had a similar difficulty,
- and how they resolved them.
-
- TIA
-
-